home *** CD-ROM | disk | FTP | other *** search
- object QDlgForm: TQDlgForm
- Left = 277
- Top = 107
- Width = 301
- Height = 205
- Caption = 'QDlgForm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 137
- Width = 293
- Height = 41
- Align = alBottom
- TabOrder = 0
- object BitBtn1: TBitBtn
- Left = 120
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 0
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 200
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 24
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 2
- OnClick = BitBtn3Click
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 293
- Height = 137
- ActivePage = LocatePage
- Align = alClient
- TabOrder = 1
- object LocatePage: TTabSheet
- Caption = 'LocatePage'
- TabVisible = False
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 273
- Height = 57
- Caption = 'Record search criteria '
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 28
- Width = 66
- Height = 13
- Caption = 'Search value:'
- end
- object Edit1: TEdit
- Left = 88
- Top = 24
- Width = 177
- Height = 21
- TabOrder = 0
- end
- end
- object LocPMCB: TCheckBox
- Left = 16
- Top = 96
- Width = 209
- Height = 17
- Caption = 'Allow partial string match searching'
- TabOrder = 1
- end
- object LocCICB: TCheckBox
- Left = 16
- Top = 72
- Width = 209
- Height = 17
- Caption = 'Allow case insensitive searching'
- TabOrder = 2
- end
- end
- object FilterPage: TTabSheet
- Caption = 'FilterPage'
- TabVisible = False
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 273
- Height = 73
- Caption = 'Record restriction criteria '
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 24
- Width = 68
- Height = 13
- Caption = 'Starting value:'
- end
- object Label3: TLabel
- Left = 8
- Top = 48
- Width = 65
- Height = 13
- Caption = 'Ending value:'
- end
- object Edit2: TEdit
- Left = 128
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit3: TEdit
- Left = 128
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 1
- end
- end
- object FiltCICB: TCheckBox
- Left = 24
- Top = 80
- Width = 209
- Height = 17
- Caption = 'Allow case insensitive matches'
- TabOrder = 1
- end
- object FiltPMCB: TCheckBox
- Left = 24
- Top = 104
- Width = 185
- Height = 17
- Caption = 'Allow partial string matching'
- TabOrder = 2
- end
- end
- end
- end
-